home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / mus / misc / mp32html.readme < prev    next >
Encoding:
Text File  |  2002-02-24  |  6.8 KB  |  198 lines

  1. Short:    V2.97 - Converts MP3 directory to HTML.
  2. Author:   Gareth Griffiths <mail@gazchap.com>
  3. Uploader: Gareth Griffiths <mail@gazchap.com>
  4. Version:  2.97
  5. Type:     mus/misc
  6.  
  7. Program Description --------------------------------------------------------
  8.  
  9.  
  10.    This program scans through a directory of your choice and reads the ID3
  11.    tags from any MP3s it finds therein. It then produces an attractive and
  12.    configurable HTML page listing them all.
  13.  
  14.    Unfortunately, due to the way MUI coding works in Blitz Basic, there is
  15.    no way of removing MP3-2-HTML's reliance on MUI, even though there is
  16.    an option not to use the MUI interface.
  17.  
  18.    If you don't have MUI and want to use the program, download version 2.4
  19.    which is a less advanced version of the program, without a MUI GUI,
  20.    and missing new features introduced in version 2.9x.
  21.  
  22.    MP3-2-HTML is *MAILWARE* (for now). If you use the program, please
  23.    e-mail me (mail@gazchap.com) and let me know what you think! Your
  24.    feedback is important! Thanks!
  25.  
  26.    Of course, being MAILWARE doesn't mean that I'd say "no" if you wanted
  27.    to send me any monetary donations :)
  28.  
  29.  
  30. Version History ------------------------------------------------------------
  31.  
  32.  
  33.    NEW: New Feature, FIX: Bug Fix, IMP: Improvement, PRB: Problem.
  34.  
  35.    >  2.97    (11-02-2002)
  36.  
  37.       -  NEW: In MUI mode, there is now another progress bar in the
  38.               progress window that gives more information into what is
  39.               currently going on.
  40.  
  41.       -  IMP: The MP3 sorting routine has been changed and is now
  42.               dramatically faster. Creating a list from my MP3 directory
  43.               takes 91 seconds (just over a minute and a half!) using the
  44.               last release (2.96.2) and that is on a 50MHz 68060!
  45.  
  46.               This release takes just 20 seconds!
  47.  
  48.       -  FIX: Albums are now sorted. Forgot about this in the last release!
  49.               [GazChap]
  50.  
  51.       -  FIX: Put #'s in front of all colour codes in the HTML, this was
  52.               causing some problems with older browsers. [GazChap]
  53.  
  54.    >  2.96.2  (09-02-2002)
  55.  
  56.       -  FIX: Thousand separators weren't inserted into some entries for
  57.               some reason. Hopefully fixed [GazChap]
  58.  
  59.       -  IMP: Tweaked code a bit more to improve sorting speed.
  60.  
  61.    >  2.96    (08-02-2002)
  62.  
  63.       -  NEW: You can now choose (to a certain extent) what information
  64.               is displayed on the HTML page. Artist and Title must remain,
  65.               but you can now disable Sizes, Albums, and Numbers (see below)
  66.  
  67.       -  NEW: The program will now read the Album field of the ID3 tags and
  68.               put it into the HTML page (if you want it to!)
  69.  
  70.       -  NEW: The program will (at your request) number each MP3 file on the
  71.               HTML page.
  72.  
  73.       -  NEW: You now have the option to show a total of the number of files
  74.               without any ID3 tags.
  75.  
  76.       -  IMP: Added a thousands separator to the Sizes column to enhance
  77.               readability.
  78.  
  79.       -  IMP: Improved page-title handling. You can now insert <br> HTML
  80.               tags (line breaks) into the page title, and they will be
  81.               converted to hyphen's in the browser's title bar.
  82.  
  83.       -  IMP: Optimised the program code slightly, especially in the HTML
  84.               file creation code.
  85.  
  86.       -  FIX: Creating more than one file in the same session used the date
  87.               and time of the first file (in the page title). [GazChap]
  88.  
  89.    >  2.93    (14-03-2001)
  90.  
  91.       -  NEW: The program now uses ASL file requesters instead of
  92.               ReqTools.
  93.  
  94.       -  NEW: You can now save your preferences for future use.
  95.  
  96.       -  NEW: Changed version numbering system. No letters now!
  97.  
  98.       -  FIX: Pressing Cancel in the file requesters (MUI) no longer
  99.               causes the program to exit. [Stefan1200]
  100.  
  101.       -  FIX: Using the file requester to select an output file no
  102.               longer shortens the path to 24 characters. [Stefan1200]
  103.  
  104.       -  FIX: Creating more than one file per session doesn't
  105.               concatenate the page titles any more. [Stefan1200]
  106.  
  107.    >  2.9a    (05-03-2001)
  108.  
  109.       -  FIX: The AmigaDOS lock on the output file is now unlocked
  110.               straight after creation, not after program exit. [Stefan1200]
  111.  
  112.    >  2.9     (19-02-2001)
  113.  
  114.       -  NEW: Integrated the MUI and CLI versions into one.
  115.  
  116.       -  IMP: Optimised the HTML output.
  117.  
  118.       -  IMP: Both versions now (obviously) do recursive scanning.
  119.  
  120.    >  2.4 CLI (20-08-2000)
  121.  
  122.       -  NEW: Recursive scanning is finally working!!!
  123.  
  124.       -  NEW: Added LINKS option to generate local links to MP3 files.
  125.  
  126.       -  NEW: Added an error counter.
  127.  
  128.       -  IMP: More informative CLI output.
  129.  
  130.       -  FIX: If the selected directory contained no MP3 files, it
  131.               tried to list them anyway. This has been fixed. [GazChap]
  132.  
  133.       -  FIX: If you did not select an input directory/output file, it
  134.               continued anyway and then failed. This has been fixed, it
  135.               now aborts straight away if you don't select one from the
  136.               file requester. [GazChap]
  137.  
  138.    >  2.3      (02-08-2000)
  139.  
  140.       -  NEW: Configurable page titles and headers.
  141.  
  142.       -  NEW: Grouped MUI and CLI versions in the same distribution.
  143.  
  144.       -  IMP: Other minor improvements, nothing special.
  145.  
  146.       -  IMP: Tidied up HTML output - it's now valid HTML 4.0!
  147.  
  148.    >  2.2 MUI  (24-05-2000)
  149.  
  150.       -  NEW: Added the MUI GUI again.
  151.  
  152.       -  NEW: Implemented configurable colour schemes.
  153.  
  154.       -  NEW: Implemented configurable page titles.
  155.  
  156.       -  NEW: Option to make local links to the MP3 files.
  157.  
  158.       -  NEW: Added various CLI parameters.
  159.  
  160.    >  2.1 CLI  (18-05-2000)
  161.  
  162.       -  NEW: Complete re-write of the code.
  163.  
  164.       -  NEW: Removed MUI GUI for now, it makes for easier usage I find.
  165.  
  166.       -  IMP: Now does not use an external database, it reads directly
  167.               from the ID3 tags of the MP3.
  168.  
  169.       -  PRB: Can no longer configure page title (yet)
  170.  
  171.    >  2.0 MUI  (13-05-2000)
  172.  
  173.       -  NEW: First Aminet release.
  174.  
  175.       -  NEW: Complete re-write of code, some features from old
  176.               versions are currently omitted.
  177.  
  178.       -  NEW: Added MUI GUI, all previous versions were CLI only.
  179.  
  180.       -  IMP: Easier handling of CLI parameters, now they can be
  181.               specified in any order.
  182.  
  183.  
  184. Copyrights -----------------------------------------------------------------
  185.  
  186.  
  187.    MP3-2-HTML is Copyright (C)1999-2002 Gareth 'GazChap' Griffiths. The
  188.    program is distributed as MAILWARE, which means that the program is
  189.    free to copy and distribute. You must not reverse-engineer the program
  190.    or attempt to modify it (or the contents of the distribution archive)
  191.    in any way shape or form. If you like the program (or even if you don't)
  192.    it is appreciated if you e-mail me (the author) and let me know. My
  193.    e-mail address is:
  194.  
  195.       mail@gazchap.com
  196.  
  197.    And remember... only AMIGA makes it possible!
  198.